text/template/parse.lexer.next (method)
15 uses
text/template/parse (current package)
lex.go#L131: func (l *lexer) next() rune {
lex.go#L147: r := l.next()
lex.go#L177: if strings.ContainsRune(valid, l.next()) {
lex.go#L186: for strings.ContainsRune(valid, l.next()) {
lex.go#L374: switch r := l.next(); {
lex.go#L383: if l.next() != '=' {
lex.go#L440: l.next()
lex.go#L459: switch r := l.next(); {
lex.go#L518: r = l.next()
lex.go#L558: switch l.next() {
lex.go#L560: if r := l.next(); r != eof && r != '\n' {
lex.go#L625: l.next()
lex.go#L635: switch l.next() {
lex.go#L637: if r := l.next(); r != eof && r != '\n' {
lex.go#L655: switch l.next() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)